home *** CD-ROM | disk | FTP | other *** search
- on(rollOver){
- tooltip_buttton.useHandCursor = false;
- temp_name = this._name;
- temp_tip_number = temp_name.slice(2,temp_name.length);
- _parent.page_tooltip._x = this._x - (this._width / 2 - 15);
- _parent.page_tooltip._y = this._y - this._height / 2;
- _parent.page_tooltip._visible = 1;
- _parent.page_tooltip.Tip_txt = _parent[_parent.topic_name][temp_tip_number - 1];
- if(_parent.Prototype_tooltips[temp_tip_number - 1].length > 8)
- {
- _parent.page_tooltip.gotoAndPlay("large");
- }
- else
- {
- _parent.page_tooltip.gotoAndPlay("small");
- }
- }
-